home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Screenblankers / GBlanker / GSource / protos / winhand.h < prev   
C/C++ Source or Header  |  1996-09-26  |  191b  |  11 lines

  1. #ifndef WINHAND_H
  2. #define WINHAND_H
  3.  
  4. extern BYTE *InfoStr;
  5.  
  6. STRPTR NameSansParens( STRPTR );
  7. STRPTR NameForEntry( struct List *, LONG );
  8. LONG openMainWindow( VOID );
  9.  
  10. #endif /* WINDHAND_H */
  11.